home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Luna script file for conversion of the 'constructed'
- ; Umlauts (ue,oe..) into real Umlauts.
- ; (Popup entries assignable in block-filter dialog).
- ; The case (caps/l.c.) of the commands is immaterial.
- ;
-
- lower<>upper ; Pay attention to case
-
- replace("ae","ä")
- replace("oe","ö")
- replace("ue","ü")
-
- replace("Ae","Ä")
- replace("Oe","Ö")
- replace("Ue","Ü")
-
- end()
-
-